ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ComboBoxBase<T> Class / MaxDropDownHeight Property

In This Topic
    MaxDropDownHeight Property (ComboBoxBase<T>)
    In This Topic
    Gets or sets the maximum height of the drop-down list.
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As Double
    public double MaxDropDownHeight {get; set;}
    See Also